[Extension()] [Obsolete("You are asserting the 'AndConstraint' itself. Remove the 'Should()' method directly following 'And'", true)] public static void Should<TSubject,TAssertions>( NumericAssertionsBase<TSubject,TSubject,TAssertions> _ ) where TSubject: new(), IComparable<TSubject>, struct where TAssertions: NumericAssertions<TSubject,TAssertions>
Parameters
- _
Type Parameters
- TSubject
- TAssertions